home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 17 / 4 / DISK1748.ZIP / VEHEXP / EXPINSTL.BAT next >
DOS Batch File  |  1988-10-11  |  381b  |  21 lines

  1. echo off
  2. cls
  3. echo Continuing will install VEHEXP31 on hard disk C:
  4. echo in a new directory C:\EXPNS
  5. echo.
  6. echo Enter ctrl C to abort
  7. echo.
  8. echo.
  9. echo Or to continue
  10. pause
  11. echo Creating new directory C:\EXPNS
  12. md c:\expns
  13. echo Copying files to C:\EXPNS
  14. copy vehexp31.exe c:\expns
  15. copy haserror.fue c:\expns
  16. copy sample.fue c:\expns
  17. echo.
  18. echo.
  19. echo.
  20. echo Done !
  21.